home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / bcht110a.zip / BASCHAT.DOC < prev    next >
Text File  |  1992-08-01  |  8KB  |  166 lines

  1.  ------------------------------------------------------------------------------
  2.  -                                 BAS CHAT                                   -
  3.  -                               VERSION 1.1a                                 -
  4.  -                                                                            -
  5.  -                            For PCBoard v14.5x                              -
  6.  -                                                                            -
  7.  -                           by  Darryl L. Pierce                             -
  8.  -                                                                            -
  9.  -               The Vampyre Bar! BBS ■ GENIUSnet Headquarters                -
  10.  -                     (508) 755-9716 ■ HST Dual Standard                     -
  11.  -                                                                            -
  12.  -                           SysOp  Documentation                             -
  13.  ------------------------------------------------------------------------------
  14.  
  15.                                    OVERVIEW
  16.                                    --------
  17.  
  18. BasChat is a PCBoard door that allows users on multi-node systems to chat with
  19. each other in a "CB" type environment. But, it has a twist in that the SysOp
  20. can configure up to ->50<- different "action" commands. (explained later)
  21.  
  22.                                  INSTALLATION
  23.                                  ------------
  24.  
  25. Installation is very easy and straightforward. The following instructions are
  26. designed to help you get this door up and running in the shortest amount of
  27. time. It is assumed that you are familiar with setting up door programs for
  28. your BBS, so only examples of the configuration files and batch files will
  29. be shown:
  30.  
  31. 1)  Create a subdirectory to hold all the files for BCHTxxxx.ZIP.
  32.  
  33. 2)  Unzip BCHTxxxx.ZIP into the above subdirectory.
  34.  
  35. 3)  Create a configuration file with the filespec of your own choice. The
  36.     configuration file should follow this example:
  37.  
  38.         INTERRUPT                ; COM Driver Type*
  39.         00000000                 ; Registration Serial Number
  40.         The Vampyre Bar! BBS     ; BBS Name
  41.         Darryl                   ; SysOp's First Name
  42.         Pierce                   ; SysOp's Last Name
  43.         ACTIONS.LST              ; Path/Name To The Action Listing Datafile.
  44.  
  45.         * - If this fails to work, try BIOS.
  46.  
  47. 4)  Create a batch file to call BASCHAT or edit the one supplied with
  48.     this archiver (BASCHAT). A sample batch file is:
  49.  
  50.         @ECHO OFF                       ;
  51.         CLS                             ;
  52.         D:                              ;
  53.         CD\DOORS\BASCHAT                ; Change To The Directory For The Door
  54.         BASCHAT BASCHAT.CNF C:\PCB      ; Call BASCHAT With The Configuration
  55.                                         ; File And Then The Path TO PCBOARD.SYS
  56.                                         ; (These Two Parameters ARE IMPORTANT!)
  57.         C:                              ;
  58.         CD\PCB                          ;
  59.         BOARD                           ; Reload PCBoard
  60.  
  61.         * - This line will start up the event if needed.
  62.  
  63.  
  64. That's it! Now you're already to run BASCHAT on your board!
  65.  
  66.                           FORMAT OF ACTIONS.LST FILE
  67.                           --------------------------
  68.  
  69. The ACTIONS.LST file is a simple ASCII text file that contains actions that
  70. the users can send to each other. It follows a simple format:
  71.  
  72. {ACTION}
  73. {TEXT DISPLAYED}
  74.  
  75. For example, if you have an action of "kiss" and a text display of "Throws A
  76. Kiss At" then, when a users named Darryl types "kiss Christine" BasChat
  77. will display:
  78.  
  79. Darryl Throws A Kiss At Christine...
  80.  
  81. You can have up to 50 different actions in the ACTIONS.LST file.
  82.  
  83.                                  ADOPT-A-DOOR
  84.                                  ------------
  85.  
  86. I've been running a BBS for a few years now and know what a financial burden it
  87. can be to constantly be expected to keep everything running smoothly without
  88. a little financial support from the users. A friend of mine told me about the
  89. ADOPT-A-DOOR concept for registering doors and utilities for BBSs.
  90.  
  91. With the ADOPT-A-DOOR concept, a user would send in a donation to the SysOp
  92. that has the intended purpose of paying the registration fee for a specified
  93. door or utility for the BBS. In return, most SysOps give the ADOPTive user
  94. a special access level or patron membership. And, in this way, both the user
  95. and the SysOp benefit from the ADOPTion.
  96.  
  97. Since I began writing doors, I've always liked the idea of ADOPTing doors. So,
  98. I took that into consideration when programming and have implemented a simple
  99. screen in the doors to advertise the ADOPT-A-DOOR policy to the users. This
  100. way, the SysOp doesn't have to post tons of dull messages on ADOPTing doors
  101. and will (hopefully) inspire the BBS' users who enjoy a particular door to
  102. possibly ADOPT it for the BBS!
  103.  
  104. SPECIAL NOTE: If you want to display the names of the user(s) who donated
  105.               towards the ADOPTion of this door, simply add an ASCII in the
  106.               door's subdirectory called ADOPTED.LST. This file will be
  107.               displayed before the door is exited. The file shouldn't contain
  108.               more than 5 names and each should be no more than 30 characters
  109.               long. This file HAS to be in ASCII format to work correctly.
  110.  
  111.                                   LEGALITIES
  112.                                   ----------
  113.  
  114.       THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS"
  115.       WITHOUT WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
  116.       LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  117.       FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL ANYONE INVOLVED WITH
  118.       THE CREATION AND PRODUCTION OF THIS PRODUCT BE LIABLE FOR INDIRECT,
  119.       SPECIAL, OR CONSEQUENTIAL DAMAGES, ARISING OUT OF ANY USE THEREOF
  120.       OR BREACH OF ANY WARRANTY.
  121.  
  122.                                  DISTRIBUTION
  123.                                  ------------
  124.  
  125. This package may be made available on your BBS or uploaded to any BBS that you
  126. call provided that the contents of this archive are NOT in any way change,
  127. either by adding or deleting files to the archiver. The archive and any of the
  128. individual files contained therein may NOT be used by any service that charges
  129. any money whatsoever,  without the written permission of the author.
  130.  
  131.                                  REGISTRATION
  132.                                  ------------
  133.  
  134. When you register this door, you will be given a unique registration serial
  135. number that, when inserted into the configuration file of this particular
  136. door, will cause your BBS' name to be displayed while the doors is opening and
  137. also while it is returning to the BBS. In addition, all the built in delays
  138. will subsequently be removed.
  139.  
  140. To register BASCHAT, please fill out the accompanying REGISTER.FRM and send
  141. the prescribed donation ($25) to the name and address at the top of the form.
  142.  
  143. Make sure that when you fill out the form you write the BBS NAME, YOUR FIRST
  144. NAME and YOUR LAST NAME EXACTLY AS THEY APPEAR IN THE CONFIGURATION.
  145.                         ^^^^^^^ ^^ ^^^^ ^^^^^^ ^^ ^^^ ^^^^^^^^^^^^^^
  146.  
  147. Based on the information given in the registration form, I will set up and
  148. pre-registered account on my BBS. That way, you could simply call THE VAMPYRE
  149. BAR! BBS and pick up your registration number.
  150.  
  151.                                 MISCELLANEOUS
  152.                                 -------------
  153.  
  154. For the latest version of BASCHAT and other great Vampyre Bar! Doors, call
  155.  
  156.                              THE VAMPYRE BAR! BBS
  157.                         508 755-9716 HST DUAL STANDARD
  158.  
  159.                     The Home Of GENIUSnet EchoMail Systems
  160.                 Massachusettes Coordinator For New England Net
  161.  
  162. Remember, if you have any problems, questions or suggestions, you can drop me
  163. a line through your nearest GENIUSnet (Gnet Chat, DOORS or BBSing) or New
  164. England Net (Shareware) node and I will gladly get back to you as soon as I
  165. receive your message.
  166.